GET /admin/realms/{realm}/client-session-statsReturns a JSON map. The key is the client id, the value is the number of sessions that currently are active
with that client. Only client's that actually have a session associated with them will be in this map.
- HTTP Example:
GET /admin/realms/{realm}/client-session-stats | - API Example:
RealmAdminResource.getClientSessionStats({'realm': }); |
- Output:
- List<Map<String,String>> -
- Produces:
- application/json
|